home *** CD-ROM | disk | FTP | other *** search
- {
- string choice;
-
- choice = "N";
-
- while( choice == "N" ) {
- change_user_data( "£gForm£w:" );
- change_terminal();
- change_pause_page();
- change_clear_screen();
- change_hotkeys();
- change_backspace();
- choice = read_select( "\nIs the above information correct (Y/N)?", "YyNn" );
- }
-
- print_string( "\\x" );
- choice = "N";
- while( choice == "N" ) {
- change_name();
- change_pseudonym();
- change_address();
- change_telephone();
- choice = read_select( "\nIs the above information correct (Y/N)?", "YyNn" );
- }
- display_textfile( "NewPass" );
- change_password();
- }
-